home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / WoodDoc_SplitViewDelegate.h < prev    next >
Encoding:
Text File  |  1995-07-29  |  219 b   |  11 lines

  1. #import "WoodDoc.h"
  2.  
  3.  
  4. @interface WoodDoc (SplitViewDelegate)
  5.  
  6. - splitView:sender getMinY:(NXCoord *)minY 
  7.   maxY:(NXCoord *)maxY ofSubviewAt:(int)offset;
  8. - splitView:sender resizeSubviews:(const NXSize *)oldSize;
  9.  
  10. @end
  11.